@charset "utf-8";
/*
    *Author's Brackets
    *Date 2016-6-15 pm15:25
    */
/*== CSS Reset ==*/
* { margin: 0; padding: 0; list-style: none; font-size:16px; box-sizing: border-box; } 
a, hr { padding: 0; }
a, button, input, select, textarea, hr { margin: 0; }
article, aside, details, figure, footer, header, hr, nav, section, summary { display: block; }
abbr, address, article, aside, audio, b, blockquote, body, body div, caption, cite, code, dd, del, details, dfn, dl, dt, em, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video { margin: 0; padding: 0; border: 0; font-size: 100%; font-weight: 400; vertical-align: baseline; background: 0 0; }
input[type=checkbox], th { vertical-align: bottom; }
th { font-weight: 700; }
embed,object {max-width: 100%; }
b { font-weight:bold}
ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:after, blockquote:before, q:after, q:before { content: ''; content: none; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted #000; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; font: 100%; }
td { font-weight: 400; vertical-align: top; }
hr { height: 1px; }
input, select { vertical-align: middle; }
pre { white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; }
input[type=radio] { vertical-align: text-bottom; }
.ie7 input[type=checkbox] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
input, select, textarea { font: 99% sans-serif; }
small { font-size: 85%; }
td, td img { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
code, kbd, pre, samp { font-family: monospace, sans-serif; }
.clickable, button, input[type=button], input[type=file], input[type=submit], label { cursor: pointer; }
button, input[type=button] { width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }
.clearfix:after, .clearfix:before { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
a { text-decoration: none; border: none; color:#333; }
a:hover {color:#5ead00}
input, button, select, textarea { outline: none; }
textarea { resize: none; }
input { font-family: "microsoft yahei"; -webkit-appearance: none; }
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 { -webkit-text-size-adjust: 100%; }
em, i { font-style: normal; }
/*==== CSS Reset end ====*/
html body {margin: 0px auto; /*max-width: 1920px;*/ min-width: 1280px; font-size: 100%; font-family: "微软雅黑", "Microsoft YaHei", "SimSun", "宋体"; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; font-size:16px; overflow:hidden; overflow-y:scroll}
body { background:url(../images/bg.jpg) repeat}
* { outline: none; }
.fl { float: left; }
.fr { float: right; }
.posre { position:relative}
.posab { position:absolute}

.ft11 { font-size: 11px }
.ft12 { font-size: 12px }
.ft14 { font-size: 14px }
.ft16 { font-size: 16px }
.ft18 { font-size: 18px }
.ft20 { font-size: 20px; }
.ft24 { font-size: 24px; }
.ft26 { font-size: 26px; }
.ft28 { font-size: 28px; }
.ft30 { font-size: 30px; }
.ft36 { font-size: 36px; }
.ft40 { font-size: 40px; }
.ft50 { font-size: 50px; }

.padd70 { padding-top: 70px; padding-bottom: 70px }
.martop10 { margin-top:10px}
.marbot30 { margin-bottom:30px}
.marbot50 { margin-bottom:50px}

.w1280 { width: 1280px; margin: 0px auto; }
.text-al { text-align:left}
.text-ar { text-align:right}

.eng { text-transform:uppercase;}
.red { color:#d70000}
.green { color: #009049 }
.hui_6 { color:#666}
.hui_9 { color: #999 }

.white { background:#fff}

/* animation */
.animation { -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; -ms-transition: all 0.9s ease-out; -o-transition: all 0.9s ease-out; transition: all 0.9s ease-out; }
.fadeInLeft { -webkit-transform: translate(100%, 0); -moz-transform: translate(100%, 0); -ms-transform: translate(100%, 0); -o-transform: translate(100%, 0); transform: translate(100%, 0); opacity: 0; }
.fadeInRight { -webkit-transform: translate(-100%, 0); -moz-transform: translate(-100%, 0); -ms-transform: translate(-100%, 0); -o-transform: translate(-100%, 0); transform: translate(-100%, 0); opacity: 0; }
.fadeInUp { -webkit-transform: translate(0, 10px); -moz-transform: translate(0, 10px); -ms-transform: translate(0, 10px); -o-transform: translate(0, 10px); transform: translate(0, 10px); opacity: 0; }
.fadeInDown { -webkit-transform: translate(0, -20%); -moz-transform: translate(0, -20%); -ms-transform: translate(0, -20%); -o-transform: translate(0, -20%); transform: translate(0, -20%); opacity: 0; }
.active-animeta { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; }
/* hp animation end */
.breathing { -webkit-animation-name: breath; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

/* 等比填充 */
*[class*="rect-"] { position: relative; display: block; width: 100%; overflow: hidden; }
*[class*="rect-"] ._full { position: absolute; left: 0; top: 0; width: 100%; height: 100%; *height: auto;}
.rect-apic { padding-bottom: 5%; }
.rect-img { padding-bottom: 150%; }
.rect-pic { padding-bottom: 60%; }


@-webkit-keyframes 'breath' {
 from {
 opacity: 0;
}
 50% {
 opacity: 1;
}
 to {
 opacity: 0;
}
}
.breath { opacity: 1; -webkit-animation-name: breath; -webkit-animation-duration: 3s; /*人的普通呼吸时间是3秒每次，深呼吸时间是6秒每次*/
-webkit-animation-timing-function: ease-in-out; -webkit-animation-iteration-count: infinite; }

.head_top { background: url(../images/head_bg.jpg) no-repeat center top; margin: 0px; padding: 0; padding-top: 52px; height: 142px }

.head_top ul { margin-top:7px; position:relative}
.head_top ul li { margin-left:6px}
.isearch_txt { width:275px; height:45px; line-height:45px; padding-left: 20px; font-size: 14px; color: #666; float: left; background: #fff; border: #01b55c 2px solid; border-right:0px; border-radius: 30px 0px 0px 30px }
.isearch_button { width:50px; height:45px;display: block; float: left; background: url(../images/search.png) no-repeat ; cursor: pointer; border:none}
.isearch_button:hover {background: url(../images/search.png) no-repeat -50px 0px; border:none;}
.ilink { width: 45px; height: 45px; border: 0px; border-radius: 50%; background: url(../images/link.png) no-repeat center center #008fe2; text-indent: -9999px; float: left; cursor: pointer; margin-left: 5px; }
.ilink:hover {background: url(../images/link.png) no-repeat center center #ef0000}

.head_top ul li.weixin { width:45px; height: 45px; position: relative; background:#01b55c; border-radius:50%;}
.head_top ul li.weixin a { width: 45px; height: 45px; display: block; background: url(../images/weixin.png) no-repeat center center; text-indent: -9999px; overflow: hidden }
.head_top ul li.weixin:hover {background:#de1e00; }
.head_top ul li .wx_zicaidan{ width: 150px; right: -50px; top: 45px; padding: 0px; background: #fff; position: absolute; display: none; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05); -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05); box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05); z-index: 999; }

.nav { margin: 0px auto; position: relative; height: 60px; padding: 0; width: 100%; z-index: 200; background: #01b55c; }
.nav ul { width: 1280px; margin: 0px auto; padding: 0; }
.nav ul li{ float: left; position: relative; box-sizing: border-box; }
.nav ul li .f_a{ line-height: 60px; display: block; text-align: center; font-size: 16px; color: #fff; font-weight: bold; }
.nav ul li:hover .f_a,.nav ul li.on .f_a { line-height: 60px; color: #fff; transition: all .3s; background:url(../images/nav_bg.png) no-repeat left bottom;}
.nav ul li .s_navbox{ display: none; position: absolute; left: 0; width: 100%; background: url(../images/pic.png) repeat; z-index: 9999; box-sizing: border-box }
.nav ul li .s_navbox .s_a a{ color: #fff; font-size: 14px; text-transform: uppercase; display: block; text-align: center; padding: 15px 0; border-bottom: 1px solid #c5c5c5; }
.nav ul li .s_navbox .s_a a:last-child { border-bottom:0}
.nav ul li .s_navbox .s_a a:hover{ background: #008b46; color: #fff; }


/* 轮播图 */
.slider { position: relative; overflow: hidden; width: 100%; z-index: 100; padding-bottom:60px }
.slideBox .hd { height: 40px; z-index: 1; overflow: hidden; position: absolute; left: 50%; bottom: 150px; transform: translateX(-50%); z-index: 1; }
.slideBox .hd ul{ text-align:center;}
.slideBox .hd ul li { cursor: pointer; float: left; margin-right: 5px; width: 40px; height: 40px; text-align: center; background:url(../images/button.png) no-repeat }
.slideBox .hd ul .on { background-position:-40px 0px;}
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li img{width:100%; vertical-align:top;  } 

/*友情链接*/
.ind_link { height:60px; overflow:hidden}
.ind_link li { line-height:60px; color:#fff;}
.ind_link li.title { font-size:20px;font-weight:bold; margin-right:20px}
.ind_link li a { color:#fff; font-size:16px}
.ind_link li a:hover { color:#e3f9e8; border-bottom:#e3f9e8 1px dotted;}
.ind_link li span { font-family:Arial, Helvetica, sans-serif; font-size:12px; margin:0px 15px;}

footer { width: 100%; background: url(../images/foot_bg.jpg?p=1) repeat-x left top #2e2e2e; margin: 0px; padding: 0; font-size: 14px; }
footer ul.Info { width: 1280px; margin: 40px auto 50px auto; height: auto; font-size: 16px; }
footer ul.Info li.name { width: 450px; margin-right: 40px; padding: 0; height: 70px; margin-top: 10px; background: url(../images/foot_x.png) no-repeat right center; }
footer ul.Info li.adress p { color: #fff; line-height: 24px; position: relative; display: block; padding-left: 30px; line-height: 24px; margin-top: 8px; width: auto; }
footer ul.Info li.adress p .c1,.foot_info ul.Info li.adress p .c2 { display:none}
footer ul.Info li.adress p span { margin-right:20px}
footer ul.Info li.adress img { position: absolute; top: 5px; left: 0px; }
footer ul.Info li.ma { width: 100px; text-align: center; color: #FFF; font-size: 14px; }
footer ul.Info li.ma img {width:100%;}
footer ul.other { height:60px; line-height:60px; width: 1240px; margin: 0px auto; color: #FFF; }
footer ul.other img { vertical-align:middle}
footer ul.other a { color:#fff; font-size:14px}


/*返回样顶部*/
#goTopBtn { POSITION: fixed; TEXT-ALIGN: center; LINE-HEIGHT: 50px; WIDTH: 50px; BOTTOM: 50px; HEIGHT: 50px; FONT-SIZE: 12px; CURSOR: pointer; RIGHT: 80px; _position: absolute; _right: auto }
#goTopBtn a { width: 50px; height: 50px; display: block; text-indent: -9999px; background: url(../images/Go_top.png) no-repeat }
#goTopBtn a:hover { background-position: -50px 0px; }
